variable name

英 [ˈveəriəbl neɪm] 美 [ˈveriəbl neɪm]

网络  变量名; 变量名称; 结构成员名; 变量名字

计算机



双语例句

  1. Click Variable Declaration and enter a variable name.
    点击VariableDeclaration并输入一个变量名。
  2. The variable name can be any normal identifier, like x.
    其中的变量名可以是任何一般的标识符,如x。
  3. Each input parameter should have the variable name and its value.
    各输入参数应该有自己的变量名和值。
  4. That is the variable name used in the RDS property file to define the port value.
    这是RDS属性文件中用于定义端口值的变量名称。
  5. You can extend it by defining a variable name.
    您可以通过定义一个变量名来扩展它。
  6. The Java editor places boxes around the variable name and all the places where it's used.
    Java编辑器将把框放置在变量名周围及使用它的所有位置中。
  7. One easy way to do that is with a Map object that associates the variable name with its value.
    做到这一点最容易的一种方式是,利用一个Map对象将变量名与它的值相关联。
  8. Then from the command line, specify the environment variable name with its value
    然后,在命令行上指定环境变量名和值
  9. The variable name for the verification point in this example is ResultForm_Title.
    本例中确认点的变量名是ResultFormTitle。
  10. To reference an object that has been created using the new operator and Object function, you simply need to assign it a variable name ( Listing 1).
    要想引用一个使用new运算符和Object函数创建的对象,您只需给它指定一个变量名(见清单1)。
  11. Is the data a variable name?
    数据是否是一个变量名?
  12. Accidentally overwriting bindings by introducing a variable name that was previously defined in a macro.
    如果引入的变量名正好是一个宏中以前定义过的,那么就会覆盖绑定。
  13. The with element specifies the variable name used for the check.
    with元素将指定用于检查的变量名。
  14. Don't forget to modify the variable name for MessageContext in the handle() method signature.
    不要忘记在handle()方法签名中修改MessageContext的变量名称。
  15. If you have used a different entry in the user account to store this value, replace the Variable Name/ Attribute Name appropriately in the following table.
    如果您在用户帐号中使用了不同的条目来存储这个值,那么请相应地替换下表中的VariableName/AttributeName。
  16. If you don't supply a variable name, Groovy supplies a default one named it.
    如果没有提供变量名,Groovy提供了一个默认名称it。
  17. Notice the way the variable name is declared in both versions of the program.
    请注意在这个程序的两个版本中声明变量名的方式。
  18. Syntax-case solves this problem by replacing c with a unique, unused variable name when the macro expands.
    syntax-case解决这个问题的办法是在宏展开时将c替换为一个惟一的未使用的变量名。
  19. The variable name now contains the text John, which is exactly what you wanted.
    变量name现在包含文本John,那正是您需要的。
  20. Likewise, the first character of a variable name can't be a number.
    同样,变量名的第一个字符不能是数字。
  21. Even though it is the same variable name in the same code, num is different this time.
    尽管这是相同代码中的相同变量名,不过num这次不同了。
  22. And this is the property name, not the member variable name.
    这是属性(property)名,而不是成员变量名。
  23. When you create an input or output terminal, you must give it a variable name.
    当你创建输入输出端子,你必须给它一个变量名称。
  24. I can't use it as a variable name.
    我不能把它当做变量的名字。
  25. In your declaration, add one pair of parentheses after the variable name.
    在声明中,在变量名称后面加上一对圆括号。
  26. Auto-completion can finish typing a variable name or member from what you have typed.
    自动完成可以根据您已键入的部分完成变量名或成员的键入。
  27. Enclose the variable name in curly braces if you want to explicitly specify the end of the name.
    如果想明示指定名字的结束,用花括号把变量名括起来。
  28. But in general, the choice of variable name is a great way of commenting your code.
    但是通常来说,变量名称的选择,是评论你的代码的,一个重要方式。
  29. Type or paste the variable name or expression you want to watch.
    键入或粘贴要监视的变量名或表达式。
  30. You must specify the environment variable name.
    您必须指定环境变量名。